home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / pcelm30.zip / PCELM.RC < prev   
Text File  |  1991-10-29  |  9KB  |  212 lines

  1. #            PCElm RUNTIME CONFIGURATION  (PCElm.RC)
  2. #-------------------------------------------------------------------#
  3. #
  4. # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  5. #
  6. #  This file (PCELM.RC) must be configured to your specific site.
  7. #
  8. #
  9. #        DO NOT USE THIS FILE AS-IS. YOU   M U S T  EDIT
  10. #
  11. #         THIS FILE TO REFLECT   Y O U R   INSTALLATION
  12. #
  13. #                     BEFORE USING PCELM.
  14. #
  15. #
  16. #
  17. #  Following are configuration requirements followed by examples.
  18. #
  19. # Lines beginning with # or ; are comments. Empty lines are disregarded.
  20. #------------------------------------------
  21. # host <space> this_host_name
  22. # this is the hostname to be used for the hamradio mode. It usually
  23. # is your callsign followed by .ampr.org, as in "dg5kx.ampr.org"
  24. host dg5kx.ampr.org
  25.  
  26. #------------------------------------------
  27. # uucphost <space> this_uucp_host_name
  28. # this is the hostname to be used for uucp mode. Note: traditional
  29. # uucp hostnames need to be unique, so know what you are doing here.
  30. # This is usually either your hostname followed by .uucp as in
  31. # "dg5kx.uucp" or a fully qualified domain name (FQDN) as in
  32. # "dg5kx.rmi.de".
  33. uucphost dg5kx.uucp
  34.  
  35. #------------------------------------------
  36. # user <space> this_user_name
  37. # also MAILBOX from environment
  38. # This is the name of your mailbox. It usually is your username (login)
  39. # at this system. (Note that this puts an 8 character length restriction
  40. # on your username, as MessDOS can't handle more characters).
  41. # If this entry is commented out, the value of the environment variable
  42. # 'mailbox' is used.
  43. user marvin
  44.  
  45. #------------------------------------------
  46. # fullname <space> your_full_name for mail headers
  47. # also NAME from environment
  48. # Your real life name belongs here. This is so that pother people can see
  49. # who you really are, even if your username is 'gandalf' or 'blackadder'.
  50. # If this entry is commented out, the value of the environment variable
  51. # 'name' is used.
  52. fullname "Martin W Freiss"
  53.  
  54. #------------------------------------------
  55. # reply <space> address  An optional reply address if not to this machine,
  56. #                        useful for a pc on a network with a smart mailer.
  57. # Use this if you want replies to your messages to go to another machine
  58. # or if you are on a network where headers are mangled so bad people
  59. # can't reply to you otherwise. Only works for hamradio.
  60. reply freiss.pad@sni.de
  61.  
  62. #------------------------------------------
  63. # zone <space> timezone
  64. # The timezone you are living in. Should be 3 characters, not more, not less.
  65. # There is an ISO standard for time zone names if memory serves me correctly,
  66. # but the ISO number escapes me.
  67. zone MET
  68.  
  69. #------------------------------------------
  70. # maxlet <space> max messages in mbox at once
  71. # The maximum number of messages that may be in a mailbox at once.
  72. # Decrease this number if you are short on memory. PCElm startup will slow
  73. # down considerably if you have a huge mailbox; on the other hand I doubt
  74. # anybody can find his way around 300 messages in a single mailbox.
  75. maxlet 300
  76. #
  77. #------------------------------------------
  78. # edit <space> name_of_editor_for_mail_entry
  79. # also EDITOR from environment
  80. # The filename of your favorite editor goes here, This should be a small
  81. # editor capable of producing true ASCII files (if possible with no
  82. # Control-Z at the end, though PCElm tries to zap Cntrl-Z's if it sees them).
  83. # What I'm trying to convey here is that Word for Windows ((C) Microsoft)
  84. # is not the sort of thing you want to put here.
  85. # If this entry is commented out, the value of the environment variable
  86. # 'editor' is used.
  87. # Use 'builtin+' if you want to use the small full screen editor that is
  88. # builtin in PCElm. This editor is less than perfect though.
  89. edit builtin+
  90.  
  91. #------------------------------------------
  92. # smtp <space> path to mailboxes
  93. # also MAILDIR from environment
  94. # This is where you put the directory where your mailboxes reside. All
  95. # mailboxes, i.e. both the hamradio and uucp mailboxes should be in one
  96. # directory.
  97. # If this entry is commented out, the value of the environment variable
  98. # 'maildir' is used.
  99. smtp c:/spool/mail
  100.  
  101. #------------------------------------------
  102. # queuedir <space> path to mail queue
  103. # This is where you put the directory where outgoing mail gets queued up.
  104. # Typically, this is called /spool/mqueue or something like that.
  105. queuedir c:/spool/mqueue
  106.  
  107. #------------------------------------------
  108. # video <space> 0 || 1 for direct video write
  109. # Put a 1 here if you want direct writes into video ram, which is fast
  110. # but tends to confuse CGAs and not-so-very-compatible PCs. A 0 will
  111. # do all video updates through the BIOS, which is considerably slower.
  112. video 1
  113.  
  114. #------------------------------------------
  115. # SOH for uucp
  116. # This is a sequence of words that tell PCElm that a new message begins.
  117. # Uh.. message delimiter is the word I was looking for. Usually "From ",
  118. # but may be anything at all if you are using weird mailers.
  119. # The special keyword "mmdf" denotes MMDF-style mailboxes, where messages
  120. # are separated by a sequence of Ctrl-A's.
  121. # "From " (note the blank) or "Received" usually work.
  122. SOH-UUCP mmdf
  123.  
  124. #------------------------------------------
  125. # SOH for amateur radio
  126. # See above, but for ham radio.
  127. SOH-ham "From "
  128.  
  129. #------------------------------------------
  130. # Extension for amateur radio
  131. # The file extension your mailbox file has goes here. A mailbox is
  132. # construed from your username with the extension defined here appended to
  133. # it. Note that even if your mailbox has no extension, you still need
  134. # to define the dot "." as extension ! The dot is mandatory.
  135. ham-ext ".txt"
  136.  
  137. #------------------------------------------
  138. # Extension for UUCP
  139. # See above, but for uucp.
  140. # UUPC usually has no extension, so we just define the dot as extension.
  141. uucp-ext "."
  142.  
  143. #------------------------------------------
  144. # Startmode for PCElm. If Startmode is "uucp", PCElm will start in
  145. # uucp mode; anything else will cause PCElm to start in hamradio mode.
  146. START uucp
  147.  
  148. #------------------------------------------
  149. # Define various colours for display:
  150. # The numbers below are hexadecimal numbers defining a foreground and
  151. # background colour for various scenarios. The routine determining the
  152. # colours is quite simpleminded, so please don't use spaces here.
  153. #
  154. # If you are confused as to what to enter here, either leave it alone
  155. # or consult an IBM PC programming manual as to how these numbers are
  156. # arrived at.
  157. #
  158. # The color codes are as follows:
  159. #
  160. #    Background    |    Foreground
  161. #  ---------------------------------
  162. #  0   0   0   1   |   1   1   1   1 ---> 0x1f ---> Bright white on blue
  163. #  ---------------------------------
  164. #  B   R   G   B   |   I   R   G   B
  165. #  L   E   R   L   |   N   E   R   L
  166. #  I   D   E   U   |   T   D   E   U
  167. #  N       E   E   |   E       E   E
  168. #  K       N       |   N       N
  169. #
  170. # This will definitely get more comfortable to configure in a later version
  171. # of PCElm.
  172. #
  173. # Values are: normal screen, bold, more prompt, default at exit, selection bar
  174. COLORS 1f,4f,2f,07,6f
  175.  
  176. #------------------------------------------
  177. #
  178. #   Format of uucp command
  179. #   Supported macros are:
  180. #   $   filename containing message header and body
  181. #   %   name of receiver
  182. #   &   subject of message (you should not need this)
  183. #
  184. # PCElm constructs the workfiles and messagefiles that KA9Q NET and NOS
  185. # needs by itself, but execs an exterior mailer in uucp mode so that
  186. # headers peculiar to your particular implementation of uucp (or whatever)
  187. # can be written. The exterior mailer is usually called rmail.exe or
  188. # mail.exe. The macros $, & and % are expanded _once_, they may not occur
  189. # multiple times in this line.
  190. # For my version of UUPC, the following line works.
  191. uucpcall "e:/uupc/bin/rmail.com -f $ % "
  192.  
  193. #------------------------------------------
  194. # Name of sequence file.
  195. # This is the file where the numbers for message id's are stored.
  196. # It is located in the mail spool directory.
  197. sequence sequence.seq
  198.  
  199. #------------------------------------------
  200. # Print device
  201. # Specify to which device your printer is connected here.
  202. print lpt1
  203.  
  204. #------------------------------------------
  205. # Weedout list
  206. # Header lines to suppress when reading a message
  207. weedout "Reply-To: From: To: Subject: Received: Message-Id: From\32 Status:"
  208.  
  209. #------------------------------------------
  210. # The END
  211. #------------------------------------------
  212.